home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / CLYMRE.ZIP / README.TXT < prev    next >
Text File  |  1996-06-18  |  7KB  |  159 lines

  1.                             Claymore
  2.  
  3. The author assumes no liability for the use or misuse of this software!
  4.  
  5.      This program was created by The Grenadier with the help of Master. If you like it please send
  6. us money so we can put out newer versions. If you send us at least $5 you will be put on our
  7. e-mailing list for updates about and for our software. If you send $10 or more we will put your
  8. Handel in the "Credits" section of the next version of Claymore. You can send us
  9. comments about Claymore by e-mailing us at jhamby@iglou.com or by snail mail at 309
  10. Knobloch, Jeffersonville IN (This is where you can send us money too :).
  11.  
  12.                               The Grenadier
  13.  
  14.      Claymore is a brute force program for Windows. Claymore keeps throwing out passwords
  15. until you are let into the program you are using it on. Sorry but this software only works in
  16. Windows, not in Dos. It can be used for some of the following tasks:
  17.  
  18. 1.  If you forgot your password on a network you can use Claymore to get in.
  19. 2. If you have a game that you purchased legally you may use Claymore to get pass the password
  20. blocks if you lost your documentation.
  21. 3. To insert text when cut and paste won't work.
  22.  
  23.     Here are some explanations of what different parts of Claymore do.
  24.  
  25. Break BF - Stops the brute force routine. While the brute force routine is running the system is
  26. likely to be slow so you may have to be patent. Sometimes after you use the "Break BF" button
  27. you will have to use the "Start BF" button twice to make Claymore work properly again (that's a
  28. bug I am working on). 
  29.  
  30. Choose File - Chooses the file to load passwords from.
  31.  
  32. Delay - Specifies the amount of time you have,  after the brute force routine is started, to get to
  33. the window in which you wish for the key strokes to be entered.
  34.  
  35. Finish Keys - Keys to be pressed after the password is entered.
  36.  
  37. Just Use Text Boxes Option - Just types what is in the text boxes without entering a password.
  38.  
  39. Load Passwords From Option - Uses a file to give the program passwords.
  40.      
  41. Password File - The file that is being used to load passwords from. This program comes with the
  42. 1000 word file "dic.txt". "Dic.bat" will give you some idea of how to sort your own password
  43. files into alphabetical order. You can make you own password file by making a text file with the
  44. following format:
  45.  
  46. password1
  47. password2
  48. password3
  49.  
  50.  
  51. Set Limits - Specifies the sequence of numbers to run through. The default is 0 to 1000. 
  52.  
  53. Setup Keys - Keys to be pressed before the password is entered.
  54.      
  55. Start BF - Starts the brute force routine.
  56.  
  57. Sequence Of Numbers Option - Uses a sequence of sequential numbers as passwords. 
  58.  
  59.      To start a brute force attack follow these steps:
  60.  
  61. 1. Load both Claymore and the program that is to be attacked.
  62.  
  63. 2. Choose the password option you want.
  64.  
  65. 3. Get into the victim program and place the curser on the password box. Choose a key sequence
  66. that will bring you back to the password box after the first wrong entry and put it in the "Finish
  67. Keys" text box (rarely will you have to use "Setup Keys" part in Claymore). Example: A wrong
  68. password is entered and the program gives you an error message that requires and "enter" to clear
  69. and then the program needs you to press "control p" to get back to the password box. The code
  70. "{enter}^p" should work. Remember that some times the key sequence can be real long and that
  71. different programs will require different key sequences.
  72.  
  73. 4. Hit "Start BF" and get the curser to the password box before your timer runs out. Now lay
  74. back and have a beer.
  75.  
  76. Note: Keep and eye on the computer. Claymore will keep entering passwords even after it has
  77. broken through. Also remember that many times a wrong password will make the computer beep
  78. so you may want to silence the speaker. Sometimes Claymore will throw out key strokes faster
  79. than the other program can except them.  In these cases tell Claymore to repeat a certain key
  80. stroke, that has no other function in the target program, over and over again so that Claymore is
  81. slowed down and the attacked program has time to catch up (keys like F12 and Home are often
  82. good choices but check with the target program first before trying them). Example continued
  83. from step 3: If there was not enough of a time delay between the "enter" and the "control p" key
  84. strokes then the following may be used to rectify the problem: "{enter}(F12 1000}^p". Don't
  85. forget to practice sending key strokes to something like "Notepad" before using Claymore to
  86. brute force another program.
  87.  
  88. To send normal keys just use the keys letter
  89.  
  90. a
  91. b
  92. c
  93. d
  94. e
  95. etc.
  96.  
  97. To send keys that aren't characters use the codes below
  98.  
  99. Key                              Code
  100.     
  101. Backspace                   {BACKSPACE} or {BS} or {BKSP}
  102. Break                       {BREAK}
  103. Caps Lock                   {CAPSLOCK}
  104. Clear                       {CLEAR}
  105. Del                         {DELETE} or {DEL} 
  106. Down Arrow                  {DOWN}
  107. End                         {END}   
  108. Enter                       {ENTER} or ~
  109. Esc                         {ESCAPE} or {ESC}   
  110. Help                        {HELP}
  111. Home                        {HOME}    
  112. Ins                         {INSERT}
  113. Left Arrow                  {LEFT}    
  114. Num Lock                    {NUMLOCK}
  115. Page Down                   {PGDN}    
  116. Page Up                     {PGUP}
  117. Print Screen                {PRTSC}   
  118. Right Arrow                 {RIGHT}
  119. Scroll Lock                 {SCROLLLOCK}   
  120. Tab                         {TAB}
  121. Up Arrow                    {P} 
  122. F1                          {F1}
  123. F2                          {F2} 
  124. F3                          {F3}
  125. F4                          {F4} 
  126. F5                          {F5}
  127. F6                          {F6} 
  128. F7                          {F7}
  129. F8                          {F8} 
  130. F9                          {F9}
  131. F10                         {F10}     
  132. F11                         {F11}
  133. F12                         {F12}     
  134. F13                         {F13}
  135. F14                         {F14}     
  136. F15                         {F15}
  137. F16                         {F16}          
  138.  
  139. To send keys in combination with Shift, Ctrl, and Alt keys, precede the regular
  140. key code with one or more of the following codes:
  141.  
  142. Key         Code
  143.  
  144. Shift         +
  145. Control       ^
  146. Alt           %
  147.  
  148. If you want to imply that Shift, Ctrl, and/or Alt should be held down while several other keys are
  149. pressed, place the keys' code in parentheses.  If you wanted  to have the Alt key held down while
  150. B and C are pressed use the following command "%(BC)".  If you want the Alt key to effect only
  151. the B then "%BC" can be used instead. 
  152.  
  153. To have a key hit more than once in a row just enclose a number with it inside of the brackets. 
  154. Example: {F12 1000} presses F12 one thousand times in a row.
  155.  
  156.      
  157. Good Luck!
  158.     
  159.                        The Grenadier